home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Tools / idle / idle.py < prev    next >
Encoding:
Python Source  |  2000-06-23  |  53 b   |  4 lines

  1. #! /usr/bin/env python
  2. import PyShell
  3. PyShell.main()
  4.